home *** CD-ROM | disk | FTP | other *** search
/ Deutsche Edition 1 / Deutsche Edition 1.iso / amok / 021-030 / amok24 / dme / include / local / makefile < prev    next >
Makefile  |  1993-11-04  |  232b  |  12 lines

  1.  
  2.  
  3. #   Make the precompiled symbol table
  4. #
  5. #   Warning: This makefile can be executed from ANY directory... paths
  6. #   must be absolute
  7.  
  8. all:
  9.     cc +L +Hinclude:symbols.m include:local/makesymbols.c -o ram:junk
  10.     -delete ram:junk
  11.  
  12.